Change watches: operations block until everyone has acked.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 26 Jul 2005 15:20:09 +0000 (15:20 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 26 Jul 2005 15:20:09 +0000 (15:20 +0000)
commitef071736546681facfdc36617632bdafd6c4d4a4
tree49b258982283aa0aa0b9017834b6dbffa92b4927
parente04c630cb24b65d871f061074bea23174cadf841
Change watches: operations block until everyone has acked.
Watch events are no longer sent to self
Watches no longer take a priority
async and asyncwait commands for xs_test, now we need to continue
despite blocking ops.
Print test name at end of verbose run on failure.
Use --trace-file arg to xenstored when testing
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
16 files changed:
tools/xenstore/TODO
tools/xenstore/testsuite/07watch.sh
tools/xenstore/testsuite/08transaction.sh
tools/xenstore/testsuite/10domain-homedir.sh
tools/xenstore/testsuite/11domain-watch.sh
tools/xenstore/testsuite/12readonly.sh
tools/xenstore/testsuite/13watch-ack.sh
tools/xenstore/testsuite/test.sh
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_transaction.c
tools/xenstore/xenstored_watch.c
tools/xenstore/xenstored_watch.h
tools/xenstore/xs.c
tools/xenstore/xs.h
tools/xenstore/xs_test.c